home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / networking / misc / parpc04.lha / hardware / docs / history.txt next >
Encoding:
Text File  |  1993-09-01  |  1.5 KB  |  28 lines

  1. History of PARnet-PC:
  2. ====================
  3.  
  4. 29-JUN-93 : Released very first version, containing only the
  5.             interface description & interface testroutines.
  6. 05-JUL-93 : Fixed bug in PARKERN.ASM: When requesting odd number of bytes in
  7.             a parwrite() request, or when reading odd bytes with parread()
  8.             it resulted sometimes in a infinite loop. Fixed with some
  9.             additional branches.
  10.             Optimized PARKERN.ASM by using registers for the 'bytes left'
  11.             counter. Instead of _Debugbytes, used SI in parread() and DI in
  12.             parwrite().
  13.             Wrote some documentation in ParnetPC.DOC.
  14.             Optimized the testing programs LISTEN,TALK,GET and added DUMP.
  15. 09-JUL-93 : Added functions ParReadV (read from Vector) and ParWriteV
  16.             (write to Vector). Made the testing programs more readable, by
  17.             using a struct Header.
  18. 11-JUL-93 : Release 0.2, tiny fixes in several routines. Converted the
  19.             documentation into PC-ASCII (CR-LF on each end-of-line)
  20. 11-AUG-93 : Release 0.3, fixed up docs & IFF picture. Removed bug from
  21.             PARKERN.ASM (see file).
  22. 31-AUG-93 : Made a mistake in the docs, when using 2 packs of pull up
  23.             resistors, their values should be 8K2, not 2K2. Optimized the
  24.             PARKERN routines by using block move instructions.
  25. 02-SEP-93 : Release 0.4, eliminated the hardware interface. Now you can
  26.             only connect 2 machines on the same cable. Rewrote PARKERN.ASM
  27.             completely. Updated docs for V0.4.
  28.